type github.com/jackc/pgx/v5/pgtype.wrapByteSliceScanPlan

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L653: 		return &wrapByteSliceScanPlan{}, (*byteSliceWrapper)(target), true
		pgtype.go#L879: type wrapByteSliceScanPlan struct {
		pgtype.go#L883: func (plan *wrapByteSliceScanPlan) SetNext(next ScanPlan) { plan.next = next }
		pgtype.go#L885: func (plan *wrapByteSliceScanPlan) Scan(src []byte, dst any) error {